func encoding/binary.sizeof
6 uses
encoding/binary (current package)
binary.go#L706: size := sizeof(t)
binary.go#L719: size := sizeof(t)
binary.go#L725: return sizeof(v.Type())
binary.go#L733: func sizeof(t reflect.Type) int {
binary.go#L736: if s := sizeof(t.Elem()); s >= 0 {
binary.go#L743: s := sizeof(t.Field(i).Type)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)